Custom Robo (N64) Series Codec
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

  Provided here are a compressor and two decompression tools for Custom Robo and Custom Robo Version 2, both on Nintendo 64.  The CRompressor.exe and CRunwrap.exe compress and decompress individual files, respectively.  CRipper.exe is a decompression tool that accepts an unbyteswapped ROM image and outputs a good majority of the files within it to the working directory.
  Source is provided for those brave enough to endure it.  To say it is poorly written is a dramatic understatement ;*)

Usage:
CRunwrap.exe [input.ext]
CRompressor.exe [input.ext]
	Both of these optionally accept a filename.  You can also just type it in at the prompt.  It outputs a similarly-named file: in the case above, "input expanded.bin" and "input compressed.bin".

CRipper.exe [ROM.ext]
	It optionally accepts a ROM name.  The ROM image must be from either Custom Robo or V2, and it must be unbyteswapped.  The output binaries are extracted to the working directory.  You can also create an index of the files extracted by redirecting the display to a text file, like this:
CRipper.exe CRV2.n64 ->index.txt

-Zoinkity
